Session PgSQL Functions
PHP Manual

session_pgsql_get_error

(PECL session_pgsql CVS)

session_pgsql_get_errorReturns number of errors and last error message

Descripción

array session_pgsql_get_error ([ bool $with_error_message= false ] )

Get the number of errors and optional the error messages.

Lista de parámetros

with_error_message

Set to TRUE the literal error message for each error is also returned.

Valores retornados

The number of errors are returned as array.

Ver también


Session PgSQL Functions
PHP Manual